github.com/refraction-networking/utls.aead.NonceSize (method)

4 uses

	github.com/refraction-networking/utls/internal/hpke
		hpke.go#L259: 	nonce := ctx.seqNum.bytes()[16-ctx.aead.NonceSize():]
		hpke.go#L269: 	if ctx.seqNum.bitLen() >= (ctx.aead.NonceSize()*8)-1 {

	crypto/cipher
		cipher.go#L69: 	NonceSize() int

	crypto/hpke
		hpke.go#L247: 	nonce := make([]byte, ctx.aead.NonceSize())